-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt6 compat #1813
Qt6 compat #1813
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these improvements towards Qt6. It would be great to add an appropriate CI config as well. I have only a few remarks:
Simplify code by using foreach instead of while loop.
Thanks for your patience Robert and sorry for not being fully concentrated! |
??? The evolution of this PR was all fine for me. Nothing to be sorry about! |
This fixes some errors (and warnings) when compiling with Qt6. Most was deprecated with 5.0 already.
The last commit is meant purely informational and should not be merged.
Unfortunately there is no PyQt6 available on Ubuntu 22.04 so I disabled the python bindings. Also choosing Qt6 over Qt5 does not seem to work somehow.